uranux_desenv [uranux.xml] |
Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
public.slice_array(hstore, text[]) | (Procedure) |
Name | public.slice_array(hstore, text[]) |
Comment | |
Src |
CREATE FUNCTION public.slice_array(hstore, text[]) RETURNS text[] AS $BODY$hstore_slice_to_array$BODY$ LANGUAGE 'c' IMMUTABLESTRICT ; |